Deprecated - Provided for compatibility with earlier versions only - Use
RowHeaders.Font instead
The RowHeaderFont property defines the row header font.
All row headers use the defined font. Individual items
cannot override the default font.
Using PutRef (see Syntax above) the
control will use the reference to the Font object. If the Font object is
later changed, this will also affect the font used by the control. Using Put
instead causes the control to create a copy of the Font object. If the
Font object is later changed, this will not affect the font used by the
control as it uses a copy of the object. Because of the additional overhead
and the increased resource use of Put,
PutRef is the preferred method.